-
-
Notifications
You must be signed in to change notification settings - Fork 112
chore(deps): update all dependencies #281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #281 +/- ##
=======================================
Coverage 61.30% 61.30%
=======================================
Files 37 37
Lines 1106 1106
Branches 104 104
=======================================
Hits 678 678
Misses 414 414
Partials 14 14 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
f1431b7
to
e43de88
Compare
85fe538
to
56467b7
Compare
| datasource | package | from | to | | -------------- | ----------------------------------------------------------------------- | ------------ | ----------- | | gradle-version | gradle | 8.14.2 | 8.14.3 | | maven | com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin | 2.1.21-2.0.2 | 2.2.0-2.0.2 | | maven | com.diffplug.gradle.spotless:com.diffplug.gradle.spotless.gradle.plugin | 7.0.4 | 7.1.0 | | maven | dev.drewhamilton.poko:dev.drewhamilton.poko.gradle.plugin | 0.18.7 | 0.19.0 | | maven | com.android.library:com.android.library.gradle.plugin | 8.11.0 | 8.11.1 | | maven | com.android.application:com.android.application.gradle.plugin | 8.11.0 | 8.11.1 |
56467b7
to
b4edb7b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates various build dependencies to their latest patch or minor versions to keep the project up to date and compatible with new features.
- Bumps Gradle wrapper from 8.14.2 to 8.14.3 in both the main project and buildSrc
- Updates Android Gradle plugin, KSP, Spotless, and Poko versions in
libs.versions.toml
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
File | Description |
---|---|
gradle/wrapper/gradle-wrapper.properties | Updated Gradle wrapper distribution URL to 8.14.3 |
gradle/libs.versions.toml | Bumped plugin and library versions |
buildSrc/gradle/wrapper/gradle-wrapper.properties | Updated Gradle wrapper distribution URL to 8.14.3 |
This PR contains the following updates:
8.14.2
->8.14.3
2.1.21-2.0.2
->2.2.0-2.0.2
7.0.4
->7.1.0
0.18.7
->0.19.0
8.11.0
->8.11.1
8.11.0
->8.11.1
Release Notes
gradle/gradle (gradle)
v8.14.3
: 8.14.3Compare Source
The Gradle team is excited to announce Gradle 8.14.3.
This is a patch release for 8.14. We recommend using 8.14.3 instead of 8.14.
Here are the highlights of this release:
Read the Release Notes
We would like to thank the following community members for their contributions to this release of Gradle:
Aurimas,
Ben Bader,
Björn Kautler,
chandre92,
Daniel Hammer,
Danish Nawab,
Florian Dreier,
Ivy Chen,
Jendrik Johannes,
jimmy1995-gu,
Madalin Valceleanu,
Na Minhyeok.
Upgrade instructions
Switch your build to use Gradle 8.14.3 by updating your wrapper:
See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.
For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.
Reporting problems
If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.
We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.
google/ksp (com.google.devtools.ksp)
v2.2.0-2.0.2
Compare Source
What's Changed
Full Changelog: google/ksp@2.2.0-RC3-2.0.2...2.2.0-2.0.2
drewhamilton/Poko (dev.drewhamilton.poko)
v0.19.0
Compare Source
2025-06-25
Compile with Kotlin 2.2.0.
Drop support for Kotlin 2.1 due to incompatibility.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.